Package-level declarations

Types

Link copied to clipboard
open class SoftwareProject constructor(val root: String, val url: String? = null, val tech: String = "Java,Embabel,Spring Boot,Maven", val defaultCodingStyle: String = """ No coding style guide found at ${DEFAULT_CODING_STYLE_GUIDE}. Try to follow the conventions of files you read in the project. """.trimIndent(), val buildCommand: String = "mvn clean test", val wasCreated: Boolean = false) : LlmReference, FileTools, SymbolSearch, FileChangeLog, FileReadLog

Open to allow extension

Link copied to clipboard

Extends PatternSearch to provide specific methods for searching for symbols in code.